From d53ab1d8e31e184219fad1941c5d63735827bc2a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 2 Feb 2017 11:30:37 -0800 Subject: [PATCH] Bump to 0.18.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- Makefile.in | 2 +- src/crates-io/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e856a657e..dbf6af724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,11 +1,11 @@ [root] name = "cargo" -version = "0.17.0" +version = "0.18.0" dependencies = [ "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "cargotest 0.1.0", - "crates-io 0.6.0", + "crates-io 0.7.0", "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.86 (registry+https://github.com/rust-lang/crates.io-index)", @@ -78,7 +78,7 @@ name = "cargotest" version = "0.1.0" dependencies = [ "bufstream 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "cargo 0.17.0", + "cargo 0.18.0", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "crates-io" -version = "0.6.0" +version = "0.7.0" dependencies = [ "curl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 395bf31da..da83c3f88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.17.0" +version = "0.18.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -17,7 +17,7 @@ name = "cargo" path = "src/cargo/lib.rs" [dependencies] -crates-io = { path = "src/crates-io", version = "0.6" } +crates-io = { path = "src/crates-io", version = "0.7" } crossbeam = "0.2" curl = "0.4" docopt = "0.6" diff --git a/Makefile.in b/Makefile.in index 98a1a5f5b..41a1694ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.17.0 +CFG_RELEASE_NUM=0.18.0 CFG_RELEASE_LABEL= OPENSSL_VERS=1.0.2k diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index dbd0b05d8..54a54e1de 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.6.0" +version = "0.7.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo" -- 2.30.2